Sha256: dcf726834aed0e9345f392618f51817a393955f18003ffd4db6b25fc6b173632
Contents?: true
Size: 405 Bytes
Versions: 3
Compression:
Stored size: 405 Bytes
Contents
module Formol class Engine < Rails::Engine isolate_namespace Formol engine_name 'formol' config.generators do |g| g.test_framework = :rspec end config.i18n.railties_load_path = [] config.active_record.observers = [:'formol/post_observer'] #Needed to have proper locales organization paths['config/locales'] << 'config/locales/**/' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formol-0.0.6 | lib/formol/engine.rb |
formol-0.0.5 | lib/formol/engine.rb |
formol-0.0.4 | lib/formol/engine.rb |