Sha256: c57f83efe0566c0d416f71939c303eb813822a60711e56b2c0598a19432f0339
Contents?: true
Size: 715 Bytes
Versions: 8
Compression:
Stored size: 715 Bytes
Contents
Enjoy.configure do |config| ##### defaults ##### # config.main_index_layout = 'application' # config.menu_max_depth = 2 # config.error_layout = 'application' # # config.localize = false # # config.recaptcha_support = defined?(Recaptcha) # config.simple_captcha_support = defined?(SimpleCaptcha) # # config.admin_enter_captcha = config.recaptcha_support or config.simple_captcha_support # config.registration_captcha = config.admin_enter_captcha # # # # # config.ability_manager_config << { # method: :can, # model: MODEL, # actions: ACTIONS_ARRAY # } # config.ability_admin_config << { # method: :can, # model: MODEL, # actions: ACTIONS_ARRAY # } end
Version data entries
8 entries across 8 versions & 1 rubygems