Sha256: fab0d2fef48b556d281d4581d1db208bfbfb3277e4aa50ae2142f341b489b38c
Contents?: true
Size: 390 Bytes
Versions: 13
Compression:
Stored size: 390 Bytes
Contents
class FriendlyId20UpgradeGenerator < Rails::Generator::Base def manifest record do |m| unless options[:skip_migration] m.migration_template( 'upgrade_friendly_id_to_20.rb', 'db/migrate', :migration_file_name => 'upgrade_friendly_id_to_20' ) m.file "/../../../lib/tasks/friendly_id.rake", "lib/tasks/friendly_id.rake" end end end end
Version data entries
13 entries across 13 versions & 4 rubygems