Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/find_with_order.rb,
lib/find_with_order.rb

Class Method Summary collapse

Class Method Details

.noneObject

For Rails 3



33
34
35
# File 'lib/find_with_order.rb', line 33

def self.none #For Rails 3

  where('1=0')
end