Setup basic workout index action
This commit is contained in:
parent
de37e811f9
commit
cab5cc436e
12 changed files with 84 additions and 54 deletions
9
db/migrate/20130805003121_create_workouts.rb
Normal file
9
db/migrate/20130805003121_create_workouts.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class CreateWorkouts < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :workouts do |t|
|
||||
t.datetime :date
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue