class AddApiTokenProjects

Public Instance Methods

change() click to toggle source
# File natural-backend/db/migrate/20180430141537_add_api_token_projects.rb, line 2
def change
  add_column :projects, :api_token, :string
end