class CreateConnections
Public Instance Methods
change()
click to toggle source
# File lib/generators/apsp/templates/connection.rb, line 2 def change create_table :connections do |t| t.references :<%= name
# File lib/generators/apsp/templates/connection.rb, line 2 def change create_table :connections do |t| t.references :<%= name