GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

6 řádky
148 B

  1. class Layer < ActiveRecord::Base
  2. attr_accessible :name
  3. has_many :subscriptions
  4. has_many :feeds, :through => :subscriptions, :uniq => true
  5. end