Sha256: 2700caf7513c6763f6783397fb1d8dd4b8acd8fe8692551ad9bc381c3f7d1b4f
Contents?: true
Size: 532 Bytes
Versions: 39
Compression:
Stored size: 532 Bytes
Contents
module Plutonium module Rodauth module ControllerMethods extend ActiveSupport::Concern included do helper Plutonium::Helpers::ApplicationHelper helper Plutonium::Helpers::ComponentHelper helper Plutonium::Helpers::AssetsHelper helper Plutonium::Helpers::FormHelper layout "rodauth" append_view_path File.expand_path("app/views", Plutonium.root) helper_method :root_path end private def root_path "/" end end end end
Version data entries
39 entries across 39 versions & 1 rubygems