lib/logster/configuration.rb in logster-0.1.5 vs lib/logster/configuration.rb in logster-0.1.6
- old
+ new
@@ -1,5 +1,5 @@
module Logster
class Configuration
- attr_accessor :authorize_callback, :subdirectory, :current_context
+ attr_accessor :subdirectory, :current_context
end
end