Skip to content

Instantly share code, notes, and snippets.

@cj

cj/component.rb Secret

Last active August 29, 2015 14:07
Show Gist options
  • Save cj/87d8739cb8b3f2f7411c to your computer and use it in GitHub Desktop.
Save cj/87d8739cb8b3f2f7411c to your computer and use it in GitHub Desktop.
Document.ready? do
$$.moo = #{component.class}.new
$$.moo.cache = JSON.parse Base64.decode64('#{cache}')
$$.moo.#{action}(JSON.parse(Base64.decode64('#{options}')))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment