Sha256: a0bdd1ad6eb289c8b067140555148500f6b252012cc38118782cf855effc97d1

Contents?: true

Size: 119 Bytes

Versions: 9

Compression:

Stored size: 119 Bytes

Contents

class Profile < ActiveRecord::Base
  extend FriendlyId

  friendly_id :username, use: :slugged
  is_impressionable
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
impressionist-cody-2.0.0 spec/dummy/app/models/profile.rb
impressionist-2.0.0 tests/test_app/app/models/profile.rb
impressionist-1.6.1 tests/test_app/app/models/profile.rb
impressionist-1.6.0 tests/test_app/app/models/profile.rb
impressionist-1.5.2 tests/test_app/app/models/profile.rb
impressionist2-1.5.5 tests/test_app/app/models/profile.rb
impressionist2-1.5.4 tests/test_app/app/models/profile.rb
impressionist2-1.5.3 tests/test_app/app/models/profile.rb
impressionist2-1.5.1 tests/test_app/app/models/profile.rb