Method: Enki::ApplicationHelper#author
- Defined in:
- app/helpers/enki/application_helper.rb
#author ⇒ Object
4 5 6 |
# File 'app/helpers/enki/application_helper.rb', line 4 def Struct.new(:name, :email).new(Enki.config[:author][:name], Enki.config[:author][:email]) end |