class AddLatitudeAndLongitudeToLocation < ActiveRecord::Migration def change add_column :g5_updatable_locations, :latitude, :float add_column :g5_updatable_locations, :longitude, :float end end