Sha256: bfebcbd4c60c6f2907f28b39816184670a7bd2907f75f4ea309b630963336d8e

Contents?: true

Size: 146 Bytes

Versions: 2

Compression:

Stored size: 146 Bytes

Contents

module Ecm::Staff
  class OrganisationsController < ApplicationController
    def index
      @organisations = Organisation.all
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_staff-0.0.2.pre app/controllers/ecm/staff/organisations_controller.rb
ecm_staff-0.0.1.pre app/controllers/ecm/staff/organisations_controller.rb