Class: Ramaze::Template::None

Inherits:
Template show all
Defined in:
lib/ramaze/template/none.rb

Class Method Summary collapse

Methods inherited from Template

caching_compile, reaction_or_file, render_method, result_and_file, wrap_compile

Methods included from Helper::Methods

extend_object, #helper, included

Class Method Details

.transform(action) ⇒ Object



8
9
10
# File 'lib/ramaze/template/none.rb', line 8

def self.transform action
  render_method(action)
end