Sha256: 568521d8926bd09de0aa7e737f3cd6c1358a0425285140fc2dfd4cd84dea4924
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
module ConfigurableEngine class ApplicationController < ActionController::Base layout "configurable_engine/application" protect_from_forgery with: :exception end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
configurable_engine-2.0.2 | app/controllers/configurable_engine/application_controller.rb |