Sha256: 780faf39b8c5549f654ec5648aeeed8441c0cc86a375bd8746f32bdc78cdc0e2

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

Interpret.configure do |config|
  config.registered_envs << :development
  config.parent_controller = "application_controller"
  config.current_user = "current_user"
  config.admin = "admin?"
  config.layout = "backoffice"
  config.scope = "(:locale)"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
interpret-0.2.0 test_app/config/initializers/interpret.rb
interpret-0.1.5 test_app/config/initializers/interpret.rb