Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/find_with_order.rb,
lib/find_with_order.rb
Class Method Summary collapse
-
.none ⇒ Object
For Rails 3.
Class Method Details
.none ⇒ Object
For Rails 3
33 34 35 |
# File 'lib/find_with_order.rb', line 33 def self.none #For Rails 3 where('1=0') end |