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.
 
 
 
 
 

10 satır
181 B

  1. class ApplicationController < ActionController::Base
  2. protect_from_forgery
  3. private
  4. def not_authenticated
  5. redirect_to login_path, :notice => "Please log in"
  6. end
  7. end