Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created August 12, 2012 12:20
Show Gist options
  • Select an option

  • Save ruprict/3331640 to your computer and use it in GitHub Desktop.

Select an option

Save ruprict/3331640 to your computer and use it in GitHub Desktop.
get '/css/riddle/:id/styles.css' do
riddle = Riddle.get(params[:id])
scss "#riddle #{riddle.css}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment