GeoRSS aggregator and Layar augmented reality server
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
123456789 |
- class ApplicationController < ActionController::Base
- protect_from_forgery
-
- private
-
- def not_authenticated
- redirect_to login_path, :notice => "Please log in"
- end
- end
|