Sha256: ca4f9086352d35822f6f5216bf425bb428d7861225b4ade6ebed606a13c189f8
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
module Phoenix class <%= class_name.pluralize %>Generator < Rails::Generators::Base source_root File.expand_path('../../../../', __FILE__) def rake_db rake("phoenix_<%= plural_name %>:install:migrations") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phoenix_core-0.2.1.beta | lib/generators/phoenix/extension/templates/lib/generators/phoenix/plural_name_generator.rb |