Sha256: 70290f14d9e3619c36ae73ff053f8eb76570b25f8ad58654a799fa7a917880df
Contents?: true
Size: 170 Bytes
Versions: 2
Compression:
Stored size: 170 Bytes
Contents
module C80MapFloors class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action :authenticate_admin_user! end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_map_floors-0.2.2 | app/controllers/c80_map_floors/application_controller.rb |
c80_map_floors-0.2.1 | app/controllers/c80_map_floors/application_controller.rb |