GeoRSS aggregator and Layar augmented reality server
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

layer.rb 94 B

1234
  1. class Layer < ActiveRecord::Base
  2. attr_accessible :name
  3. has_and_belongs_to_many :feeds
  4. end