Project

General

Profile

« Previous | Next » 

Revision df886c98

Added by Ohad Levy over 12 years ago

  • ID df886c98f48ce50b0dfe87a2a24ddd92dce1fb13

Feature #1184 - allow to save array based settings

this also moves the setting page to use inline edit

View differences:

app/controllers/settings_controller.rb
end
end
def edit
@setting = Setting.find(params[:id])
end
def update
@setting = Setting.find(params[:id])
if @setting.update_attributes(params[:setting])

Also available in: Unified diff