Sha256: c890fbd367b60fe5d4e18ca74e93c7200f23a55405f4a607b06304aba346c908
Contents?: true
Size: 320 Bytes
Versions: 24
Compression:
Stored size: 320 Bytes
Contents
module Releaf::Root class DefaultControllerResolver include Releaf::Service attribute :current_controller def call Releaf.application.config.controllers[controllers.first].path if controllers.first end def controllers Releaf.application.config.available_controllers end end end
Version data entries
24 entries across 24 versions & 1 rubygems