Class: Alephant::Publisher::Views::Html

Inherits:
Mustache
  • Object
show all
Includes:
Base
Defined in:
lib/alephant/publisher/views/html.rb

Instance Method Summary collapse

Methods included from Base

included

Instance Method Details

#localeObject



16
17
18
# File 'lib/alephant/publisher/views/html.rb', line 16

def locale
  :en
end

#setupObject



11
12
13
14
# File 'lib/alephant/publisher/views/html.rb', line 11

def setup
  @content_type = "text/html"
  load_translations_from base_path
end