Top "Actionview" questions

For questions about Action Views, HTML and Ruby templates used in Ruby on Rails

One controller, different views for normal users and admins

in my application, I have a "User" model. Each user can have multiple (email) addresses which are defined in the …

ruby-on-rails actionview actioncontroller