lib/rack/dev-mark/rails_options.rb in rack-dev-mark-0.6.4 vs lib/rack/dev-mark/rails_options.rb in rack-dev-mark-0.7.0
- old
+ new
@@ -1,8 +1,8 @@
module Rack
module DevMark
class RailsOptions
- attr_accessor :enable, :theme
+ attr_accessor :env, :enable, :theme
alias_method :custom_theme, :theme
alias_method :custom_theme=, :theme=
%w(before after).each do |type|