classUsersControllerbefore_action :require_login,only:[:new,:create]defnew# action method
enddefcreate# action method
enddefshow# not filtered - should have no edge
enddefrequire_login# callback method - should be target of edges from new and create
endend