Sha256: 30b77319eff53d13afdc48b56994014a5414bbef4bae9bf0999a62642a1e6eb1
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
class HomeController < ApplicationController def index if user_signed_in? redirect_to messaging_path else redirect_to new_user_session_path end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
messaging_4-0.0.1 | test/dummy/app/controllers/home_controller.rb |