-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
<%= simple_format(@job.description) %>
<%= simple_form_for [:admin,@job] do |f| %>
simple_format 和 simple_form_for 是可以通用的还是有什么不同
1.
2.<%= link_to("Destroy", admin_job_path(job), :method => :delete, :data => { :confirm => "Are you sure?" }) %>
method: :delete 和 :method => :delete 有什么不同 ?
(是因为HTTP Verb不同吗?1是get 2是delete)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels