Sha256: f92819f3d2f154d134370e0f95c2d918d3c068bf3d384f735d0f68129ed6dbec

Contents?: true

Size: 200 Bytes

Versions: 71

Compression:

Stored size: 200 Bytes

Contents

class <%= migration_name.camelize %> < ActiveRecord::Migration
  def change
    add_column :<%= table_name %>, :created_by, :integer
    add_column :<%= table_name %>, :updated_by, :integer
  end
end

Version data entries

71 entries across 71 versions & 2 rubygems

Version Path
bootswatch_rails-3.3.7.8 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.7 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.6 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.5 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.4 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.3 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.2 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.1 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.7.0 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.6.2 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.6.1 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.5.2 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.5.1 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.4.1 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.2.1 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.1.2 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.1.1 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.1.0 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.0.11 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
bootswatch_rails-3.3.0.10 lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb