Please enable JavaScript.
Coggle requires JavaScript to display documents.
Blogging App (Views (get_author, search, render, get_category_count, index…
Blogging App
Views
get_author
search
render
get_category_count
index
blog
profile
post
post _create
post_update
post_delete
subscribe
email_list_signup
Routes
admin/
tinymce/
accounts/
/ (index)
accounts/profile/
post/<id>/delete/
post/<id>/update/
post/<id>/
create/
subscribe/
search/
blog/
Templates
accounts
login.html
logout.html
signup.html
base.html
blog.html
footer.html
head.html
profile.html
post.html
post_create.html
scripts.html
sidebar.html
search_results.html
Models
PostView
Author
Category
Comment
Post
Signup