Skip to content

Hyrax Introduction

Adam Wead edited this page May 7, 2017 · 4 revisions

Anatomy of a Hyrax Stack

--MVC-- CMV

A typical Rails application:

                route => (/foo)
                    |
                    |
                controller => (foos#new)
                    |
                    |
                  model  => (Foo.new)
                    |
                    |
                   view  => renders HTML form

Clone this wiki locally