Skip to content

Instantly share code, notes, and snippets.

@kalabiyau
Created May 29, 2012 06:52
Show Gist options
  • Save kalabiyau/2823017 to your computer and use it in GitHub Desktop.
Save kalabiyau/2823017 to your computer and use it in GitHub Desktop.
def ApplicationController
def blah
@meme.drop!
end
end
class MemesController < ApplicationController
def gogo
@meme = Meme.new
blah
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment