Sha256: 20d9ffccf68861d93c0bf59f3bb22f7f37dbf3023b54299e616fb533ebab03e5
Contents?: true
Size: 179 Bytes
Versions: 21
Compression:
Stored size: 179 Bytes
Contents
module Facebooker class ApplicationRestrictions include Model FIELDS = [ :age, :location, :age_distribution, :type ] attr_accessor *FIELDS end end
Version data entries
21 entries across 21 versions & 5 rubygems