class Pyonnuka::Application

Attributes

env[RW]
params[RW]
request[RW]
response[RW]

Public Instance Methods

filename() click to toggle source
# File lib/pyonnuka/base.rb, line 17
def filename
  # TODO: can add rooting
  "app/views#{@url}.html.slim"
end