class LucidApp::Base
Public Class Methods
inherited(base)
click to toggle source
# File lib/isomorfeus_preact/lucid_app/base.rb, line 3 def self.inherited(base) base.include(::LucidApp::Mixin) end
# File lib/isomorfeus_preact/lucid_app/base.rb, line 3 def self.inherited(base) base.include(::LucidApp::Mixin) end