GeoRSS aggregator and Layar augmented reality server
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

application_controller.rb 80 B

12 yıl önce
123
  1. class ApplicationController < ActionController::Base
  2. protect_from_forgery
  3. end