Methods
A
C
S
Included Modules
Attributes
[RW] developers_log
Class Public methods
all_as_method()
# File activerecord/test/models/project.rb, line 33
def self.all_as_method
  all
end
collection_cache_key(collection = all, timestamp_column = :updated_at)
# File actionview/test/fixtures/project.rb, line 4
def self.collection_cache_key(collection = all, timestamp_column = :updated_at)
  "projects-#{collection.count}"
end
Instance Public methods
set_developers_log()
# File activerecord/test/models/project.rb, line 29
def set_developers_log
  @developers_log = []
end