Module: GemeraldBeanstalk::BeanstalkHelper::ClassMethods
- Defined in:
- lib/gemerald_beanstalk/beanstalk_helper.rb
Instance Method Summary collapse
Instance Method Details
#load_plugin(plugin_name) ⇒ Object
30 31 32 |
# File 'lib/gemerald_beanstalk/beanstalk_helper.rb', line 30 def load_plugin(plugin_name) include(GemeraldBeanstalk::Plugin.const_get(plugin_name)) end |