Sha256: d3449308c387024f3f6900dc1c5a975a5b404ff1e530f534686bf39809cda968
Contents?: true
Size: 388 Bytes
Versions: 13
Compression:
Stored size: 388 Bytes
Contents
module Fooltip class Engine < ::Rails::Engine isolate_namespace Fooltip config.generators do |g| g.template_engine :haml g.integration_tool :rspec g.test_framework :rspec, view_specs: false g.fixture_replacement :factory_girl, dir: 'spec/factories' g.orm :active_record g.stylesheets true #g.form_builder :simple_form end end end
Version data entries
13 entries across 13 versions & 1 rubygems