Skip to content

Instantly share code, notes, and snippets.

@svs
Created January 4, 2013 08:13
Show Gist options
  • Save svs/4450828 to your computer and use it in GitHub Desktop.
Save svs/4450828 to your computer and use it in GitHub Desktop.
class FoosController < ActionController::Base
# ..snip ..
def create
@foo = Foo.new(params[:foo])
@foo.save_with_log(current_user)
# ...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment