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