Christian

Results 17 comments of Christian

Yes. Its really better to use dedicated controller actions for new apps like @mameier says. But for the `cannot` action, which is rarely used and only in very specific places,...

In my example, the customer did not want to have an edit and a show button separately. So if you really want to have "dedicated actions" at this point, that...

Suggestion: - `can_exact` function which works similar to `can`, but without aliases - `cannot` must never follow any aliases!

Oh, sorry, yes, @jamesds i solved it on the same way - thanks!

Hi, i tried to integrate refinery into a rails-7 app, but it seems there are issues on every edge: - Rails-7.1.2 - devise 4.9.3 `gem 'refinerycms', '~> 4.0', '>= 4.0.3'`...