rademade_admin
1.0.0
最好的 Rails 管理面板!
https://github.com/Rademade/rademade_admin/wiki/install
options do
model 'ModelName'
# Fixed table head if need
fixed_thead true
# Navigation menu settings
parent_menu 'ModelName'
# Setting for list data (index action)
# list :attr, :attr_other
list do
end
# Settings for form
# form :attr, :attr_other
form do
attr :boolean #Other :text, :file, :editor
end
labels do
attr 'Label for attribute'
end
end