Sha256: e0b01e470bafe7178d9cb39fc6462e2970da20166269e918837ab4118fdcea32

Contents?: true

Size: 160 Bytes

Versions: 10

Compression:

Stored size: 160 Bytes

Contents

module Pageflow
  module Editor
    class VideoFilesController < FilesController
      protected

      def model
        VideoFile
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pageflow-0.4.0 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.3.0 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.2.1 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.2.0 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.1.0 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.0.5 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.0.4 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.0.3 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.0.2 app/controllers/pageflow/editor/video_files_controller.rb
pageflow-0.0.1 app/controllers/pageflow/editor/video_files_controller.rb