Latest code by joshua

This commit is contained in:
Joshua Milton 2012-07-04 18:39:28 +08:00
parent 6b9926539d
commit 441929eb74
1 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,18 @@ class DesktopPublicationsController< ApplicationController
render "desktop/journal_pages/add", :layout => false
end
def books
render "desktop/books", :layout => false
end
def books_list
render "desktop/books/list", :layout => false
end
def books_add
render "desktop/books/add", :layout => false
end
def create_journal
Journal.create(user_id: current_user.id, title: "Google")
b = Array.new