GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
123456789 |
- class ApplicationController < ActionController::Base
- protect_from_forgery
-
- private
-
- def not_authenticated
- redirect_to login_path, :notice => "Please log in"
- end
- end
|