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

  private

  def resource
    @organisation = current_organisation
  end
end