Sha256: 269368269e093c426619c1092673a75e49e97605de6235b2c762ee52720cb974

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

require_dependency "morion/application_controller"

module Morion
  class MorionController < ApplicationController
    def index
      @folders = FoldersAndFilesFinder.new.files_by_folders
    end

    protected
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
morion-0.0.5 app/controllers/morion/morion_controller.rb