diff options
| author | Kir | 2011-11-16 14:41:29 +0400 |
|---|---|---|
| committer | Kir | 2011-11-16 14:41:29 +0400 |
| commit | 661590c630f022fc678c4d5664b497db13de6eec (patch) | |
| tree | 0c434d3e4560b6cb13c7184c31472dd824b5bbe5 /app/views/messages | |
| parent | 61bd4dd67fdaee93af6994d539b86d46cd1c45f1 (diff) | |
| download | inboxes-661590c630f022fc678c4d5664b497db13de6eec.tar.bz2 | |
Faye integration, resources under modulev0.0.1
Diffstat (limited to 'app/views/messages')
| -rw-r--r-- | app/views/messages/_form.html.haml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/messages/_form.html.haml b/app/views/messages/_form.html.haml deleted file mode 100644 index f85ed37..0000000 --- a/app/views/messages/_form.html.haml +++ /dev/null @@ -1,7 +0,0 @@ -.message_form - = form_for Message.new, :url => discussion_messages_path(@discussion.id), :method => :post do |f| - %p - = f.label :body - %br - = f.text_area :body - %p= f.submit
\ No newline at end of file |
