Skip to content

Instantly share code, notes, and snippets.

@martennilsson
Created May 4, 2010 19:04
Show Gist options
  • Save martennilsson/389818 to your computer and use it in GitHub Desktop.
Save martennilsson/389818 to your computer and use it in GitHub Desktop.
def list
session[:total_sources] ||= Source.count
session[:source_search_params] ||= {}
@search_params = session[:source_search_params]
filter_list()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment