Sha256: 48902637efaadcc53778415fccd99129b52b649ba3f7cfedbc7e73faa98770a9
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
class OrgActivitiesController < ApplicationController include WeBridge::AutoViewHelper::Controller set_model OrgActivity 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_activities_controller.rb |