Sha256: 24edece1dc8244b3774bebecfc8426ae5030dbf8a8715fe017766ef9213c243f
Contents?: true
Size: 192 Bytes
Versions: 3
Compression:
Stored size: 192 Bytes
Contents
module Mks module Auth module ApplicationHelper def app_module code = Rails.configuration.app_code ApplicationModule.find_by(code: code) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mks_auth-1.4.0 | app/helpers/mks/auth/application_helper.rb |
mks_auth-1.2.0 | app/helpers/mks/auth/application_helper.rb |
mks_auth-1.0.0 | app/helpers/mks/auth/application_helper.rb |