Project

General

Profile

Download (153 Bytes) Statistics
| Branch: | Tag: | Revision:
class GroupParametersController < ApplicationController
active_scaffold :group_parameters do |config|
config.columns = [ :name, :value ]
end
end
(12-12/28)