Module: FoxPage::AppParts::Base
- Included in:
- Builder, Configuration, Routes, Server, Sprockets
- Defined in:
- lib/fox_page/app_parts/base.rb
Instance Method Summary collapse
Instance Method Details
#init(&block) ⇒ Object
10 11 12 |
# File 'lib/fox_page/app_parts/base.rb', line 10 def init(&block) AppParts[self][:block] ||= block end |
#priority(priority) ⇒ Object
6 7 8 |
# File 'lib/fox_page/app_parts/base.rb', line 6 def priority(priority) AppParts[self][:priority] ||= priority end |