Sha256: b5232b84b1bc509fbd0555d05cd7510e8ed80fba9d9ffcf69be777e4dcff62c9
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
require_dependency "openstax/connect/application_controller" module OpenStax module Connect module Dev class DevController < ApplicationController before_filter Proc.new{ raise SecurityTransgression if Rails.env.production? } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openstax_connect-0.1.0 | app/controllers/openstax/connect/dev/dev_controller.rb |