Adding interlock authentication

This commit is contained in:
2014-02-23 05:55:00 -07:00
parent c5556a0d50
commit 095b6d3965
12 changed files with 81 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
class AddSlugToCertifications < ActiveRecord::Migration
def change
add_column :certifications, :slug, :string
end
end