Sha256: 75648ae4ced9f73b7051878a4cd1a25eae8a925668ade6f025bd4e0c6c8d184c
Contents?: true
Size: 307 Bytes
Versions: 12
Compression:
Stored size: 307 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?(:total_pages) node(:count) { @states.count } node(:current_page) { params[:page] || 1 } node(:pages) { @states.total_pages } end
Version data entries
12 entries across 12 versions & 2 rubygems