Class: TestModel
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- TestModel
- Defined in:
- app/models/test_model.rb
Instance Method Summary collapse
Instance Method Details
#default_scope ⇒ Object
3 4 5 |
# File 'app/models/test_model.rb', line 3 def default_scope TestModel.all end |