Schedule maker, stats, and minor fixes

This commit is contained in:
Godwin
2016-07-05 22:40:53 -07:00
parent ee3b874110
commit 26f9dfde89
18 changed files with 913 additions and 184 deletions
@@ -0,0 +1,5 @@
class AddBlockToWorkshops < ActiveRecord::Migration
def change
add_column :workshops, :block, :json
end
end