lib/motorhead/engine.rb in motorhead-0.3.7 vs lib/motorhead/engine.rb in motorhead-0.3.8

- old
+ new

@@ -3,10 +3,11 @@ module Motorhead module Engine extend ActiveSupport::Concern module ClassMethods - attr_accessor :on_error, :mount_at + attr_accessor :on_error + attr_reader :mount_at def active_if(&block) @active_if = block end