view vendor/plugins/engines/test/app/controllers/.svn/text-base/app_and_plugin_controller.rb.svn-base @ 267:84235bb7011c cannam-pre-20110113-merge

Merge from branch "bug_89" (fixes #89)
author Chris Cannam
date Tue, 15 Mar 2011 13:45:34 +0000
parents 513646585e45
children
line wrap: on
line source
class AppAndPluginController < ApplicationController
  def an_action
    render_class_and_action 'from app'
  end
end