Sha256: c76bfbf63fdae48f3127711d078beb5b935889ec607268afa692ceb840027c9a
Contents?: true
Size: 373 Bytes
Versions: 14
Compression:
Stored size: 373 Bytes
Contents
# This file is loaded right after orm is initialized and right before app, controllers and models # place code here which is used throughout the application puts "=> Loading environment" Doozer::Initializer.after_orm do | config | # require 'doozer/plugins/paginate/init' end Doozer::Initializer.before_rackup do | config | # p "Before rackup, horray for rackup!" end
Version data entries
14 entries across 7 versions & 1 rubygems