module ScopeMethods
Public Class Methods
included(receiver)
click to toggle source
# File lib/scope_methods.rb, line 118 def self.included receiver receiver.extend ClassMethods receiver.send :include, IntanceMethods end