aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/referentials_controller.rb
blob: face0663f75b6cc75537136f3f08cb23f3173d19 (plain)
1
2
3
4
5
6
7
8
9
10
class ReferentialsController < InheritedResources::Base
  respond_to :html

  def show 
     resource.switch
     show!
  end
  
  
end