lib/schedular.rb in schedular-0.1.10 vs lib/schedular.rb in schedular-0.1.11

- old
+ new

@@ -5,13 +5,13 @@ $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require "schedular/time" require "schedular/event" require "schedular/events_controller" +require "schedular/routes" # Load locale files I18n.load_path += Dir.glob "#{ File.dirname(__FILE__) }/schedular/locale/*.yml" - # Load class openings Dir.glob(Rails.root.join('engines', 'schedular', '**', '*.rb')).each { |f| require f }