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.
|
123456789 |
- class ApplicationController < ActionController::Base
- protect_from_forgery
-
- private
-
- def not_authenticated
- redirect_to login_path, :notice => "Please log in"
- end
- end
|