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

3 lines
94 B

class AuthenticatedController < ApplicationController
before_filter :authenticate_user!
end