GeoRSS aggregator and Layar augmented reality server
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

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