Skip to content

Instantly share code, notes, and snippets.

@mrmemes-eth
Created February 20, 2010 15:01
Show Gist options
  • Save mrmemes-eth/309711 to your computer and use it in GitHub Desktop.
Save mrmemes-eth/309711 to your computer and use it in GitHub Desktop.
# not so much like this:
class PeterParkerController < ApplicationController
def show
expose(:spider){ 'to radiation' }
end
end
# as like this:
class PeterParkerController < ApplicationController
expose(:spider){ 'to radiation' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment