class SprocketsController

Public Instance Methods

show() click to toggle source
# File lib/sprockets_controller.rb, line 4
def show
  render :text => SprocketsApplication.source(params[:id]), :content_type => "text/javascript"
end