Method: Enki::ApplicationHelper#author

Defined in:
app/helpers/enki/application_helper.rb

#authorObject



4
5
6
# File 'app/helpers/enki/application_helper.rb', line 4

def author
  Struct.new(:name, :email).new(Enki.config[:author][:name], Enki.config[:author][:email])
end