class AdminController < ApplicationController def index end def update # respond to form data... render 'index' end end