Skip to content

Add helper to use with formtastic form builder #2

@gbisheimer

Description

@gbisheimer

Be able to add the functionality using something like:

<%= semantic_form_for @post do |f| %>
    <%= f.inputs do %>
      <%= f.input :user, :as => :ajax_form_select %>
      <%= f.input :description %>
      ...
    <% end %>
    ...
  <% end %>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions