Skip to content

Instantly share code, notes, and snippets.

@nicolaslazartekaqui
Created April 7, 2014 16:34
Show Gist options
  • Save nicolaslazartekaqui/10023705 to your computer and use it in GitHub Desktop.
Save nicolaslazartekaqui/10023705 to your computer and use it in GitHub Desktop.
class Sticker::BannerController << ::ApplicationController
# ...
protected
def resource
get_resource_ivar || set_resource_ivar(StickrBanner.send(:find, params[:id]))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment