class Artifact::App
Public Instance Methods
logger()
click to toggle source
# File lib/artifact/app.rb, line 21 def logger; LOGGER; end
Private Instance Methods
current_user()
click to toggle source
# File lib/artifact/app.rb, line 38 def current_user { :name => Artifact.config.author_name, :email => Artifact.config.author_email } end
not_found()
click to toggle source
# File lib/artifact/app.rb, line 45 def not_found erb :'errors/404', :layout => false end