class AppHill::Config
Public Class Methods
copyright_link()
click to toggle source
# File lib/apphill.rb, line 15 def self.copyright_link @default_copyright_link end
copyright_name()
click to toggle source
# File lib/apphill.rb, line 11 def self.copyright_name @default_copyright_name end
copyright_year()
click to toggle source
# File lib/apphill.rb, line 7 def self.copyright_year Time.now.year end