Skip to content

Instantly share code, notes, and snippets.

@kiote
Created May 21, 2013 06:40
Show Gist options
  • Save kiote/5617917 to your computer and use it in GitHub Desktop.
Save kiote/5617917 to your computer and use it in GitHub Desktop.
# app/views/some/actionhtml.haml
some content here
# config/routes.rb
match '/somepath', :to => 'some#action'
# app/controllers/some_controller.rb
class SomeController < ApplicationController
def action
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment