view .svn/pristine/54/54aaade6975dce4afcd932f697233c2ac56da5c0.svn-base @ 1573:8edb54e29f00 dockerise

Minor tweaks
author Chris Cannam
date Thu, 03 Aug 2017 20:20:18 +0100
parents cbb26bc654de
children
line wrap: on
line source
class SharedPluginController < ApplicationController
  def an_action
    render_class_and_action 'from beta_plugin'
  end
end