Minimal working frontend.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module Precious
|
||||
module Views
|
||||
class Page < Layout
|
||||
attr_reader :content
|
||||
|
||||
def title
|
||||
"A Page"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user