Module: Lipa::Web::Helpers::Response
- Included in:
- Response::HTML, Response::XML
- Defined in:
- lib/lipa/web/helpers/response.rb
Instance Method Summary collapse
Instance Method Details
#read_template(path) ⇒ Object
30 31 32 |
# File 'lib/lipa/web/helpers/response.rb', line 30 def read_template(path) File.open(path).read end |