GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

subscription.rb 109 B

12345
  1. class Subscription < ActiveRecord::Base
  2. attr_accessor :feed_url
  3. belongs_to :feed
  4. belongs_to :layer
  5. end