Velocipede's User, Sales, and Bike Inventory Web App

4 lines
94 B

12 years ago
class AuthenticatedController < ApplicationController
before_filter :authenticate_user!
end