Sha256: a1973c8fa3c545b4f0be9dc5c7b3ae7f38c5e9ef54572a00ce868fbcafc3c828
Contents?: true
Size: 237 Bytes
Versions: 1
Compression:
Stored size: 237 Bytes
Contents
class OrgDirectorsController < ApplicationController include WeBridge::AutoViewHelper::Controller set_model OrgDirector before_action only: [:edit,:update,:destroy] do login_required # check_current_user(@record) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
we_bridge_rails_engine_orgs-0.1.0 | app/controllers/org_directors_controller.rb |