Sha256: 2e4d6e9ae806694afbdaa4692cb0f2ef649f87ee084ee332a7c4c2bb70895110
Contents?: true
Size: 289 Bytes
Versions: 54
Compression:
Stored size: 289 Bytes
Contents
class ArticlesMigrationGenerator < Rails::Generator::Base def manifest record do |m| m.migration_template "migration.rb", 'db/migrate', :migration_file_name => "create_articles_categories_and_comments" end end end
Version data entries
54 entries across 54 versions & 1 rubygems