Sha256: 80756abef0c2784e77360f59a0a32cdb46f20c6e7475edb57281f1ffa27b59f3

Contents?: true

Size: 193 Bytes

Versions: 3

Compression:

Stored size: 193 Bytes

Contents

module MrVideo

  class MrVideoController < ActionController::Base
    begin
      skip_forgery_protection
    rescue
      # ignored
    end

    layout 'mr_video'

  end

end # MrVideo module

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mr_video-1.2.0 app/controllers/mr_video/mr_video_controller.rb
mr_video-1.1.3 app/controllers/mr_video/mr_video_controller.rb
mr_video-1.1.1 app/controllers/mr_video/mr_video_controller.rb