Sha256: ec3778c78abd4db4361c57a73e66885aa2dfd9900573dcbdc2df820174bdf0d3

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

module Ecm::Staff
  class BusinessUnitsController < ApplicationController
    def index
      @business_units = BusinessUnit.all
    end # def

#    def show
#      @reference_category = Category.with_public_visibility.find(params[:id])
#    end # def
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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