class LucidPaper::App::Base
Public Class Methods
inherited(base)
click to toggle source
# File lib/isomorfeus_react_paper/lucid_paper/app/base.rb, line 4 def self.inherited(base) base.include(::LucidPaper::App::Mixin) end