lib/tanshuku.rb in tanshuku-0.0.3 vs lib/tanshuku.rb in tanshuku-0.0.4
- old
+ new
@@ -2,6 +2,7 @@
require_relative "tanshuku/engine"
require_relative "tanshuku/version"
module Tanshuku
+ mattr_accessor :default_url_options, default: {}
end
- old
+ new