Class: Lawkeeper::ScopeFinders::ActiveRecord

Inherits:
Object
  • Object
show all
Defined in:
lib/lawkeeper/scope_finders/active_record.rb

Class Method Summary collapse

Class Method Details

.call(scope) ⇒ Object



4
5
6
# File 'lib/lawkeeper/scope_finders/active_record.rb', line 4

def self.call(scope)
  scope.model_name
end