lib/crystal/options_for_controller.rb in crystalmeta-0.9.0 vs lib/crystal/options_for_controller.rb in crystalmeta-0.9.1

- old
+ new

@@ -24,10 +24,13 @@ def scope 'meta' end def default_options - HashWithStringifyKeys.new(:'og:url' => url) + HashWithStringifyKeys.new( + :'og:url' => url, + :'twitter:url' => url + ) end def url controller.request.url end