Sha256: 9249f5ccc0885dca16b64807546c8754054c8d164abf39193d213b122987715f
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
module EpicEditor class Engine < ::Rails::Engine isolate_namespace EpicEditor # engine_name allows you to run rake task as the following: epiceditor:install:migrations engine_name 'epiceditor' config.generators do |g| g.test_framework :rspec g.integration_tool :rspec end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
epiceditor-0.2.2.2 | lib/epiceditor/engine.rb |
epiceditor-0.2.2.1 | lib/epiceditor/engine.rb |