My problem is that I'm trying to do something like
current_page?(controller: 'tigers', action:('index'||'new'||'edit'))
which returns true when the controller is a tiger, and the action is either an index, or a new one, or an edit.
The above error does not produce, but corresponds only to the first action.
Help!
ruby-on-rails haml
atonyc
source share