Creating a custom Guestbook Module for Alchemy CMS
问题 I'm trying to build a guestbook module within a Rails site using the Alchemy CMS framework. There doesn't appear to be much in the way of documentation for module building with Alchemy, so I'm just going off of this page. I've created two controllers, one that admins will use called guestbook_controller.rb and placed this under app/controllers/admin module Admin class GuestbookController < Alchemy::Admin::ResourcesController def index "index" end end end and another for guest to access under