Skip to content

Instantly share code, notes, and snippets.

@Znow
Created May 4, 2011 19:33
Show Gist options
  • Select an option

  • Save Znow/955847 to your computer and use it in GitHub Desktop.

Select an option

Save Znow/955847 to your computer and use it in GitHub Desktop.
menu:
%li= link_to 'Formål', '/about_ai/purpose'
Routes file:
match '/about_ac/history', :to => 'pages#history'
Pages_controller:
def history
@page_title = "Historie"
end
Views/about_ac/history.haml <- is the view file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment