Sha256: 9ffca83db6a5b0d90dd05f12282339d5c583058e745b1999af9ee9168756274f
Contents?: true
Size: 303 Bytes
Versions: 118
Compression:
Stored size: 303 Bytes
Contents
object false if @country node(:states_required) { @country.states_required } end child(@states => :states) do attributes *state_attributes end if @states.respond_to?(:num_pages) node(:count) { @states.count } node(:current_page) { params[:page] || 1 } node(:pages) { @states.num_pages } end
Version data entries
118 entries across 118 versions & 2 rubygems