Sha256: b3d1984f427395e26c4000549687491d85e1c76b8ca201b2c88492f20aacb94d
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module ProMotion module Table module Utils def index_path_to_section_index(params) if params[:index_path] params[:section] = params[:index_path].section params[:index] = params[:index_path].row end params end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ProMotion-2.0.1 | lib/ProMotion/table/table_utils.rb |