Sha256: 8e4d9b5aa6d393f9ea47b4025df9fd179a6af9e2c51536039c67a2554bc3f41e

Contents?: true

Size: 138 Bytes

Versions: 3

Compression:

Stored size: 138 Bytes

Contents

= simple_form_for @message, :remote => true do |f|
  = f.input :chat_id, :as => :hidden
  = f.input :message, :as => :string
  = f.submit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chatty-0.0.3 app/views/chatty/messages/_form.html.haml
chatty-0.0.2 app/views/chatty/messages/_form.html.haml
chatty-0.0.1 app/views/chatty/messages/_form.html.haml