Sha256: 74efd6b740fea074fa104b6a201925ea03a5c5b5448181c476930c307c1fffb6
Contents?: true
Size: 163 Bytes
Versions: 2
Compression:
Stored size: 163 Bytes
Contents
module Shortener::ActiveRecordExtension def has_shortened_urls has_many :shortened_urls, :class_name => "::Shortener::ShortenedUrl", :as => :owner end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shortener-0.3.1 | lib/shortener/active_record_extension.rb |
shortener-0.3.0 | lib/shortener/active_record_extension.rb |