Skip to content

Commit

Permalink
Creating Switches group migration
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdrasVP committed May 17, 2018
1 parent 5b34c61 commit 56b8686
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20180517151926_switches_group.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class SwitchesGroup < ActiveRecord::Migration[5.0]
class PhysicalSwitches < ActiveRecord::Base
self.table_name = 'switches'
end
end

0 comments on commit 56b8686

Please sign in to comment.