Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5402252
settings_controller.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Sep 9, 9:01 PM
Size
507 B
Mime Type
text/x-ruby
Expires
Fri, Sep 11, 9:01 PM (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
441947
Attached To
rARCHIVING archiving
settings_controller.rb
View Options
class
Admin
::
SettingsController
<
Admin
::
BaseController
# GET /admin/settings
def
index
@settings
=
ConfigurationSetting
.
last
||
ConfigurationSetting
.
new
end
# GET /admin/settings/1
def
show
end
# GET /admin/settings/new
def
new
@setting
=
ConfigurationSetting
.
new
end
# GET /admin/settings/1/edit
def
edit
end
# POST /admin/settings
def
create
end
# PATCH /admin/settings/1/update
def
update
end
# DELETE /admin/settings/1/delete
def
destroy
end
end
Event Timeline
Log In to Comment