1 2 3 4 5 6 7 8 9 10
class ReferentialsController < InheritedResources::Base respond_to :html def show resource.switch show! end end