Sha256: 31188f79d33f41340b05bf6aade8bcfa010bd8ad3be4567a78c13aca1aa0ef78
Contents?: true
Size: 156 Bytes
Versions: 1
Compression:
Stored size: 156 Bytes
Contents
class HomeController::Show < BaseAction def perform return build_view(Todos::IndexRedirect) if current_user build_view(Home::ShowView) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aldous-1.0.1 | examples/basic_todo/app/controller_actions/home_controller/show.rb |