forked from External/greenlight
add HTML5 support
This commit is contained in:
5
db/migrate/20170928183010_add_use_html5_to_users.rb
Normal file
5
db/migrate/20170928183010_add_use_html5_to_users.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddUseHtml5ToUsers < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :users, :use_html5, :boolean, default: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user