Class: FoxPage::Application
- Inherits:
-
Object
- Object
- FoxPage::Application
- Extended by:
- Forwardable
- Includes:
- FoxPage::AppParts::Builder, FoxPage::AppParts::Configuration, FoxPage::AppParts::Routes, FoxPage::AppParts::Server, FoxPage::AppParts::Sprockets, Singleton
- Defined in:
- lib/fox_page/application.rb
Instance Attribute Summary
Attributes included from FoxPage::AppParts::Configuration
Attributes included from FoxPage::AppParts::Routes
Attributes included from FoxPage::AppParts::Sprockets
Instance Method Summary collapse
Methods included from FoxPage::AppParts::Builder
Methods included from FoxPage::AppParts::Base
Methods included from FoxPage::AppParts::Routes
Methods included from FoxPage::AppParts::Server
Instance Method Details
#initialize! ⇒ Object
17 18 19 20 21 |
# File 'lib/fox_page/application.rb', line 17 def initialize! AppParts.initializers_for(self.class).each do |proc| instance_eval(&proc) end end |