class Lookbook::ApplicationController

def feature_enabled?(feature)

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