class AddLocationRule
Public Instance Methods
change()
click to toggle source
# File lib/generators/rails_rbs/templates/location_rule_migration.rb, line 3 def change change_table :rules do |table| table.float :latitude table.float :longitude end end