| Issue 278: | Extend the config structure to have per-controller ignore_columns option | |
| 1 person starred this issue and may be notified of changes. | Back to list |
It would be desirable to have a per-controller ignore_columns param (or
similar).
ie
class UserController < ApplicationController
active_scaffold :users do |config|
config.ignore_columns.add :plain_password
end
end
|
|
,
May 03, 2007
I think that a per-controller equivalent to ignore_columns should just act as a shortcut that excludes the column(s) from all actions, and not from config.columns itself.
Status: Accepted
|
|
|
|