forked from bonefish/active_scaffold_config_list
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
28 lines (17 loc) · 725 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This works with Rails 3 and rails 3 fork of ActiveScaffold:
http://github.com/vhochstein/active_scaffold
Usage:
active_scaffold :model do |conf|
conf.actions.add :config_list
end
Overview
A plugin for Active Scaffold that provides the ability to choose the column to show in the scaffold list at run-time
The configuration data will be saved on the session.
Rails 3.0 Gem:
gem 'active_scaffold_config_list_vho'
or
gem 'active_scaffold_config_list_vho', :git => 'git://github.com/vhochstein/active_scaffold_config_list.git', :branch => 'rails-3.0'
Rails 3.1 Gem:
gem 'active_scaffold_config_list_vho'
or
gem 'active_scaffold_config_list_vho', :git => 'git://github.com/vhochstein/active_scaffold_config_list.git'