Skip to content

Commit

Permalink
Trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brchristian committed Apr 23, 2015
1 parent 6109870 commit 91dc35e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class CaseinCreateAdminUsers < ActiveRecord::Migration

def self.up
create_table :casein_admin_users do |t|
create_table :casein_admin_users do |t|
t.string :login, :null => false
t.string :name
t.string :email
Expand All @@ -27,4 +27,4 @@ def self.down
drop_table :casein_admin_users
end

end
end

0 comments on commit 91dc35e

Please sign in to comment.