Sha256: 781fc3e73d5eb7437128fb8d3403849e1e3a1e2a2053869984989643f3e39a6b

Contents?: true

Size: 138 Bytes

Versions: 2

Compression:

Stored size: 138 Bytes

Contents

module Highrise
  class Tag < Base
    include Pagination

    def user
      Tag.find(:all, :from => "/tags/#{id}.xml")
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slainer68-highrise-0.6.1 lib/highrise/tag.rb
slainer68-highrise-0.6.2 lib/highrise/tag.rb