Sha256: ce8d57104b7c288595cd4a972a16468b72ff60c019ba497d9315d93a204f96ec
Contents?: true
Size: 125 Bytes
Versions: 3
Compression:
Stored size: 125 Bytes
Contents
class WebAdmin::MainController < WebAdmin::ApplicationController before_action :authenticate_user! def index end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
web_admin-0.1.0 | app/controllers/web_admin/main_controller.rb |
web_admin-0.0.2 | app/controllers/web_admin/main_controller.rb |
web_admin-0.0.1 | app/controllers/web_admin/main_controller.rb |