You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to be able to do {{user.name}} (dot notation access) so it would return user[:name] where user is a method in view returning a Hash. It should also accept statements with more dots like: {{user.address.city}}.