lib/shoelace/engine.rb in shoelace-rails-0.1.0 vs lib/shoelace/engine.rb in shoelace-rails-0.2.0

- old
+ new

@@ -1,8 +1,6 @@ # frozen_string_literal: true module Shoelace class Engine < ::Rails::Engine #:nodoc: - config.shoelace = ActiveSupport::OrderedOptions.new - config.shoelace.use_sl_form_tag = false end end