agenda-libre-ruby/db/migrate/20150215151059_rename_table...

7 lines
165 B
Ruby
Raw Normal View History

2015-02-15 17:10:17 +01:00
# Generalisation of the LUG concept to one of event's organiser
class RenameTableLug < ActiveRecord::Migration
def change
rename_table :lugs, :orgas
end
end