Aura
→
AuraEditable
AuraEditable
For things that you can edit in the admin panel.
Description
Use this plugin in you want your model editable.
How to use
Use plugin :aura_editable
.
class Book < Sequel::Model
plugin :aura_editable
end
Use this plugin in you want your model editable.
Use plugin :aura_editable
.
class Book < Sequel::Model
plugin :aura_editable
end