Add create/edit powers to frontend. Support external image URLs.

This commit is contained in:
Tom Preston-Werner
2010-07-07 16:02:26 -07:00
parent 0485c67b3d
commit 6c7fcf89c3
10 changed files with 117 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
module Precious
module Views
class Edit < Layout
attr_reader :page, :content
def title
"Edit"
end
end
end
end