removed redundant ribica name from subfolders
This commit is contained in:
7
front-api/db/migrate/20150117094552_create_sections.rb
Normal file
7
front-api/db/migrate/20150117094552_create_sections.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class CreateSections < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :sections do |t|
|
||||
t.string :name
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user