Sha256: 208c3baf98015b5790706c7e59edfc97ecab34f105ffe324c17f003531610383

Contents?: true

Size: 124 Bytes

Versions: 1

Compression:

Stored size: 124 Bytes

Contents

module Cas
  class SectionsController < ApplicationController
    def index
      @sections = Section.all
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cas-cms-0.1.0 app/controllers/cas/sections_controller.rb