Sha256: 810cb7f68a56548a8c0092c440d13145ba7cc1e2c59b3713ebf7ca090d4d4aca

Contents?: true

Size: 238 Bytes

Versions: 21

Compression:

Stored size: 238 Bytes

Contents

class HasCustomAttributesMigrationGenerator < Rails::Generator::Base 
  def manifest 
    record do |m| 
      m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => "has_custom_attributes_migration"
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
custom-attributes-0.2.27 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.26 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.25 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.24 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.23 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.22 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.18 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.17 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.16 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.15 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.12 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.5 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.4 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.3 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.2 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.1 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.2.0 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.1.2 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.1.1 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb
custom-attributes-0.1.0 generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb