repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated Rake tasks and test, spec to reflect change in how Merb environments
[merb_mart.git]
/
app
/
models
/
snippet.rb
blob
289f1b46ea1ef6cf0db6cad2a05bd563f398d5ae
1
2
# A snippet of content inserted into another dynamic page.
3
#
4
class Snippet < ContentNode
5
6
end