class Project
Attributes
developers_log[RW]
Public Class Methods
all_as_method()
click to toggle source
# File activerecord/test/models/project.rb, line 35 def self.all_as_method all end
collection_cache_key(collection = all, timestamp_column = :updated_at)
click to toggle source
# File actionview/test/fixtures/project.rb, line 6 def self.collection_cache_key(collection = all, timestamp_column = :updated_at) "projects-#{collection.count}" end
Public Instance Methods
set_developers_log()
click to toggle source
# File activerecord/test/models/project.rb, line 31 def set_developers_log @developers_log = [] end