Sha256: 14f027236e5a7dc558b231e1bb5210bf093ab609747f2d4d07679ffeec2bdcc0
Contents?: true
Size: 634 Bytes
Versions: 17
Compression:
Stored size: 634 Bytes
Contents
- url_params = {:controller => 'accounts', :action => 'show', :id => params[:account_id] || params[:id]} = simple_form_for :bookings, :url => update_bookings_account_path do |f| %table.table.table-striped %thead %tr %th= t_attr :value_date, Booking %th= t_attr :title, Booking %th= t_attr :amount, Booking %th= t_attr :debit_account, Booking %th= t_attr :credit_account, Booking %tbody = render :partial => 'edit_booking', :collection => @bookings, :locals => {:f => f} = f.button :submit = paginate @bookings, :params => url_params.merge(:query => params[:query]) do
Version data entries
17 entries across 17 versions & 1 rubygems