class AddScopesToOauthApplications
Public Instance Methods
change()
click to toggle source
# File lib/generators/doorkeeper/templates/add_scopes_to_oauth_applications.rb, line 2 def change add_column :oauth_applications, :scopes, :string, null: false, default: '' end