diff options
Diffstat (limited to 'actionview/lib/action_view/template.rb')
-rw-r--r-- | actionview/lib/action_view/template.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/actionview/lib/action_view/template.rb b/actionview/lib/action_view/template.rb index 9d39d02a37..4cfd11fa20 100644 --- a/actionview/lib/action_view/template.rb +++ b/actionview/lib/action_view/template.rb @@ -252,6 +252,13 @@ module ActionView end end + ## + # :method: local_assigns + # + # Returns a hash with the defined local variables + # + # local_assigns[:full] # => true + # Among other things, this method is responsible for properly setting # the encoding of the compiled template. # |