motion-prime/config/base.rb in motion-prime-0.9.9 vs motion-prime/config/base.rb in motion-prime-0.9.9.1

- old
+ new

@@ -1,6 +1,6 @@ -motion_require './config.rb' +motion_require './config' MotionPrime::Config.configure do |config| # MODELS if MotionPrime.env.test? config.model.store_type = :memory else @@ -30,10 +30,10 @@ colors.navigation_base = 0x1b75bc colors.base = 0x1b75bc colors.dark = 0x333333 colors.error = 0xef471f end - + # SECTIONS config.prime.cell_section.mixins = [Prime::CellSectionMixin] # LOGGER config.logger.dealloc_items = ['screen'] \ No newline at end of file