Sha256: 8a5413a78cf537bb9153df35ec3ef2a15c90ceb1e3773bc3f5b0d87c69be6ca9
Contents?: true
Size: 486 Bytes
Versions: 17
Compression:
Stored size: 486 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 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
17 entries across 17 versions & 1 rubygems