Methods
- F
- S
- W
Class Public methods
Dummy class methods to test implicit association scoping.
Source: show
# File rails/activerecord/test/readonly_test.rb, line 10 def Comment.foo() find :first end
Source: show
# File rails/activerecord/test/fixtures/comment.rb, line 8 def self.search_by_type(q) self.find(:all, :conditions => ["#{QUOTED_TYPE} = ?", q]) end
Source: show
# File rails/activerecord/test/fixtures/comment.rb, line 4 def self.what_are_you 'a comment...' end