Skip to content

Instantly share code, notes, and snippets.

@methyl
Created May 28, 2014 17:36
Show Gist options
  • Save methyl/9c955e1e5d21703df632 to your computer and use it in GitHub Desktop.
Save methyl/9c955e1e5d21703df632 to your computer and use it in GitHub Desktop.
asd
class AssetsController < ApplicationController
def bookmarklet
redirect_to view_context.javascript_path('bookmarklet-bootstrap.js')
end
def reel_deal
respond_to do |format|
format.js { redirect_to view_context.javascript_path('reel_deal_application.js') }
format.css { redirect_to view_context.stylesheet_path('reel_deal_application.css') }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment