GeoRSS aggregator and Layar augmented reality server
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

6 righe
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