Sha256: b574f63d3ec0fb90bc03a73cc04ec8210245186b717522c84672a38a1581c264
Contents?: true
Size: 176 Bytes
Versions: 23
Compression:
Stored size: 176 Bytes
Contents
class VendorsController < ApplicationController attr_reader :split def index @split = params[:split] && params[:split].to_f || 100 tabulatr_for Vendor end end
Version data entries
23 entries across 23 versions & 1 rubygems