Sha256: abe4e4574edd2a3d630ef99325dc879222884399b1a9c944f09fe9ecef643bf2

Contents?: true

Size: 385 Bytes

Versions: 11

Compression:

Stored size: 385 Bytes

Contents

module MuckFriends
  # Statuses Array
  BLOCKED = 2
  FRIENDING = 1
  FOLLOWING = 0
end

ActiveRecord::Base.class_eval { include ActiveRecord::Acts::MuckFriend }
ActiveRecord::Base.class_eval { include ActiveRecord::Acts::MuckFriendUser }
ActionController::Base.send :helper, MuckFriendsHelper

I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '..', 'locales', '*.{rb,yml}') ]

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
muck-friends-0.1.17 lib/muck_friends.rb
muck-friends-0.1.16 lib/muck_friends.rb
muck-friends-0.1.15 lib/muck_friends.rb
muck-friends-0.1.14 lib/muck_friends.rb
muck-friends-0.1.13 lib/muck_friends.rb
muck-friends-0.1.12 lib/muck_friends.rb
muck-friends-0.1.11 lib/muck_friends.rb
muck-friends-0.1.10 lib/muck_friends.rb
muck-friends-0.1.7 lib/muck_friends.rb
muck-friends-0.1.8 lib/muck_friends.rb
muck-friends-0.1.9 lib/muck_friends.rb