Updated Rake tasks and test, spec to reflect change in how Merb environments
[merb_mart.git] / app / models / snippet.rb
blob289f1b46ea1ef6cf0db6cad2a05bd563f398d5ae
2 # A snippet of content inserted into another dynamic page.
4 class Snippet < ContentNode
5   
6 end