Class: AddRefreshTokenToIdentity
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddRefreshTokenToIdentity
- Defined in:
- lib/generators/happy_seed/googleoauth/templates/add_refresh_token_to_identity.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 |
# File 'lib/generators/happy_seed/googleoauth/templates/add_refresh_token_to_identity.rb', line 2 def change add_column :identities, :refreshtoken, :string end |