Class: ActiveRecord::Base
Class Method Summary collapse
Class Method Details
.find_for_table(params, opts = {}, &block) ⇒ Object
28 29 30 |
# File 'lib/initializers/active_record.rb', line 28 def self.find_for_table(params, opts={}, &block) Tabulatr::Finder.find_for_table(self, params, opts, &block) end |