module Lookbook::ApplicationHelper

def feature_enabled?(name)

def feature_enabled?(name)
  Lookbook::Features.enabled?(name)
end