Skip to content

Instantly share code, notes, and snippets.

@mindseyeblind
Created December 5, 2016 12:45
Show Gist options
  • Save mindseyeblind/9b78c588f5008a494f7157e72da1de6e to your computer and use it in GitHub Desktop.
Save mindseyeblind/9b78c588f5008a494f7157e72da1de6e to your computer and use it in GitHub Desktop.
For User:
#<#<Class:0x00000005f3bd08>:0x00000005f3bcb8 @model_class=User(id: integer, email: string, crypted_password: string, salt: string, created_at: datetime, updated_at: datetime, remember_me_token: string, remember_me_token_expires_at: datetime, name: string, actable_id: integer, actable_type: string, username: string, slug: string, activation_state: string, activation_token: string, activation_token_expires_at: datetime, reset_password_token: string, reset_password_token_expires_at: datetime, reset_password_email_sent_at: datetime, profile_picture_id: integer, cover_picture_id: integer), @defaults={:slug_column=>"slug", :sequence_separator=>"-"}, @modules=[], @finder_methods=FriendlyId::FinderMethods, @slug_generator_class=FriendlyId::SlugGenerator, @base=:username>
For Provider:
#<#<Class:0x0000000335fef0>:0x0000000335fe28 @model_class=Provider(id: integer, service: string), @defaults={:slug_column=>"slug", :sequence_separator=>"-"}, @modules=[], @finder_methods=FriendlyId::FinderMethods, @slug_generator_class=FriendlyId::SlugGenerator, @base=:username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment