Module: Flex::Rails::Helper
Instance Method Summary collapse
Instance Method Details
#after_initialize ⇒ Object
6 7 8 9 10 |
# File 'lib/flex/rails/helper.rb', line 6 def after_initialize # we need to reload the flex API methods with the new variables Flex.reload! Conf.flex_models && Conf.flex_models.each {|m| eval"::#{m}" if m.is_a?(String) } end |