diff options
-rw-r--r-- | actionview/lib/action_view/template/types.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/template/types.rb b/actionview/lib/action_view/template/types.rb index be45fcf742..bc805de348 100644 --- a/actionview/lib/action_view/template/types.rb +++ b/actionview/lib/action_view/template/types.rb @@ -32,7 +32,7 @@ module ActionView alias to_str to_s def ref - to_sym || to_s + @symbol end def ==(type) |