Skip to content

Instantly share code, notes, and snippets.

@twe4ked
Created October 17, 2016 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twe4ked/f2365df7d452909014d6d628ceb67273 to your computer and use it in GitHub Desktop.
Save twe4ked/f2365df7d452909014d6d628ceb67273 to your computer and use it in GitHub Desktop.
# apps/main/lib/main/views/graph.rb
module Main
module Views
class Graph < Main::View
# ...
# apps/main/web/routes/api.rb
class Main::Application
route 'api' do |r|
r.view 'graph'
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment