Method: Gitgo::Rest#preview

Defined in:
lib/gitgo/rest.rb

#previewObject



15
16
17
18
19
# File 'lib/gitgo/rest.rb', line 15

def preview
  doc = model.new(attrs)
  # doc.normalize!
  erb :new, :locals => {:doc => doc}
end