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.
 
 
 
 
 

10 wiersze
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