Closed johnrees closed 11 years ago
The reasons are mostly historical. I agree that :read
might be a better name but I'm not really sure if we should change it now.
Okay, so here is the plan. We might want to deprecate :view
with a notice and switch to :read
as a main way to declare this. And later remove it on the way to 1.0.
Sounds great! I only brought it up because it threw me a bit when I started to learn the internals. Great gem though :+1:
I've always known the various user verbs be referred to as CRUD
Create Read Update Destroy
It seems like the standard option when looking through other gems e.g. cancan. Was there a reason behind using :view instead?