Class: Rubyception::TemplatingController

Inherits:
AbstractController::Base
  • Object
show all
Includes:
AbstractController::AssetPaths, AbstractController::Helpers, AbstractController::Layouts, AbstractController::Logger, AbstractController::Rendering, AbstractController::Translation
Defined in:
app/controllers/rubyception/templating_controller.rb

Instance Method Summary collapse

Instance Method Details

#r(partial) ⇒ Object



18
19
20
# File 'app/controllers/rubyception/templating_controller.rb', line 18

def r partial
  render :partial => "rubyception/#{partial}"
end