Sha256: 43c07311fb846642842912e01e020171601240a9af53f6ca3602d8f08c3086cf

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

# -*- encoding : utf-8 -*-
class Mdwa::MDWAController < ApplicationController
  
  protected
      def restrict_to_development
        head(:bad_request) unless Rails.env.development?
      end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mdd-3.1.4 app/controllers/mdwa/mdwa_controller.rb
mdd-3.1.2 app/controllers/mdwa/mdwa_controller.rb
mdd-3.1.1 app/controllers/mdwa/mdwa_controller.rb