lib/rails-brochure/home_content.rb in rails-brochure-0.0.2 vs lib/rails-brochure/home_content.rb in rails-brochure-0.0.3
- old
+ new
@@ -1,7 +1,8 @@
module Rails
module Brochure
class HomeContent
+ #TODO: replace with cattr_accessor:
HOME_FOLDER_PATH = "app/views/home/"
def self.newest
HomeContent.files.map { |f| File.new(f) }.sort { |a,b| a.ctime <=> b.ctime }.map { |f| f.ctime }.last
end
def self.files
\ No newline at end of file