Method: OMF::Web::Runner#run!
- Defined in:
- lib/omf-web/thin/runner.rb
#run! ⇒ Object
126 127 128 129 130 131 132 |
# File 'lib/omf-web/thin/runner.rb', line 126 def run! if theme = [:theme] require 'omf-web/theme' OMF::Web::Theme.theme = theme end super end |