forked from spen/seminar
4 lines
186 B
Plaintext
4 lines
186 B
Plaintext
|
<%= form_for @custom_album, :url => {:action => "update"}, :html => {:class => 'form-horizontal main-forms'} do |f| %>
|
||
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
||
|
<% end %>
|