Sha256: 11bfbaa30bd567a55ab936fa6405af1c51830c11e7c57952d4e2e53fb10f5b9d
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 Bytes
Contents
require 'simple_form' require 'tao_on_rails' require 'tao_ui' module TaoForm class Engine < Rails::Engine config.eager_load_paths += Dir["#{config.root}/lib"] config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.{rb,yml}')] paths['app/views'] << 'lib/views' ::ActiveSupport.on_load :tao_components do load_tao_components TaoForm::Engine.root end end end
Version data entries
6 entries across 6 versions & 1 rubygems