Home
Pages
Classes
Methods
Pages
admin_post_routes.rbr
contact_routes.rbr
post_routes.rbr
brick_contact.rbr
posts_controller.rbr
Gemfile
gitignore
analytics.js.coffee
Procfile
application.scss
railsbricks_custom.scss
admin_posts_link.rbr
allow_signup_links.rbr
brick_analytics.rbr
README
Rakefile
application.js
common.js
config.ru
404.html
422.html
500.html
favicon.ico
robots
get “posts”, to: “pages#posts”, as: “posts”
get
"posts/:id"
,
to:
"pages#show_post"
,
as:
"post"