class Admin::ResourceController
def continue_url(options)
def continue_url(options) options[:redirect_to] || (params[:continue] ? {:action => 'edit', :id => model.id} : index_page_for_model) end
def continue_url(options) options[:redirect_to] || (params[:continue] ? {:action => 'edit', :id => model.id} : index_page_for_model) end