search for: buildings_path

Displaying 1 result from an estimated 1 matches for "buildings_path".

2009 Jan 19
2
Action working in local, not working once deployed
Hello I have a form (new/create) which works well in local, but not when deployed where it keeps being redirected to the index action when I submit. Here is what I have done so far : - de-Ajaxified the form to be pure HTML - put a logger.info on the first line of the create action and realised I did not pass through the action - I have suppressed all the before_filter actions for this controller