Skip to content

Add a new member page

Patrick Bolger edited this page Sep 26, 2017 · 2 revisions

The "member" pages are documents that can be edited and maintained by the user (admin).

A new, empty document can be created by simply creating a new file in the pages directory. That is, this command can be run from the rails home directory:

touch app/views/pages/my_new_doc.html

(Be sure to use the file type html, otherwise the file will be not be seen.)

Now, the new file will show up in the list of "member" pages, and can be opened and edited.

Clone this wiki locally