# GET /neighbourhoods/map_filter
def map_filter
  @map_filter_errors  = nil # Stores errors related to a filter request.
...

Ruby DRY up a controller action

by Nick, October 31, 2008 20:52, 5 refactorings, tagged with rails fat controller

My Neighbourhood "map_filte...

49de4cd2f26705785cbef2b15a9df7aa Talk
<%= link_to 'New page', new_page_path %>
...

Ruby Sorting a navigation tree u...

by nathan, September 08, 2008 21:06, 3 refactorings, tagged with rails fat controller

I have something, working r...

B4ec694f9d955bee753559037aa1805a Talk
def create
  @partner = Partner.new(params[:partner])
  if(params[:partner_request_id])
...

Ruby Fat controller method

by Teflon Ted, March 10, 2008 00:40, No refactoring, tagged with rails fat controller

I came across this monster ...

92da0010f0175533c7cbe3474d95bcfc Talk