Skip to content

Instantly share code, notes, and snippets.

@zukowskig
zukowskig / gist:137148
Created June 27, 2009 23:01
Form post calls index instead of create
The form/controller works fine in development, and doesn't in production. It DID work fine in production earlier this week, but now it doesn't, and I didn't make any changes to the code. Any ideas, please send to garyz@easysoftsolutions.com.
Controller
class JobseekerprofilesController < ApplicationController
include ActsAsTinyURL
before_filter :login_required, :except => [:show]
caches_page :show