SMERM/EMUForm

View on GitHub
app/controllers/end_user_base_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# +EndUserBaseController+
#
# This class is intended to be a superclass from which
# the other (end-user related) controller classes inherit
#
class EndUserBaseController < ApplicationController
  before_filter :authenticate_account!
end