Created
May 28, 2014 17:36
-
-
Save methyl/9c955e1e5d21703df632 to your computer and use it in GitHub Desktop.
asd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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