Sha256: 1502a8f5ecac0df4e6de7d82248df780b17396002b078fa20fdc02b446a6673b

Contents?: true

Size: 125 Bytes

Versions: 3

Compression:

Stored size: 125 Bytes

Contents

module ActsAsFriendable
  class Friendship < ActiveRecord::Base
    attr_accessible :approved, :friend_id, :user_id
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_friendable-1.0.1 lib/acts_as_friendable/friendships.rb
acts_as_friendable-1.0.0 lib/acts_as_friendable/friendships.rb
acts_as_friendable-0.5.0 lib/acts_as_friendable/friendships.rb