51 52 53
# File 'lib/initializer.rb', line 51 def public_path @@public_path ||= self.root ? File.join(self.root, "public") : "public" end