Sha256: 839fb589c1f2d3020227e25d1a2f25c94be58fdce523ebd9445342a8adaf025c

Contents?: true

Size: 242 Bytes

Versions: 2

Compression:

Stored size: 242 Bytes

Contents

require 'active_support/concern'

module SharpSocial
  module ActsAsMethods
    extend ActiveSupport::Concern

    module ClassMethods
      def acts_as_actor(opts = {})
        include SharpSocial::Mixins::Actor
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sharp_social-0.1.1 lib/sharp_social/acts_as_methods.rb
sharp_social-0.0.1 lib/sharp_social/acts_as_methods.rb