Sha256: 88b638f40c53ac7dd7e0cda5d310d9e3de26ef4863d1179d5fc9da647e19f580

Contents?: true

Size: 187 Bytes

Versions: 16

Compression:

Stored size: 187 Bytes

Contents

class OrgsController < ApplicationController
  include WeBridge::AutoViewHelper::Controller
  set_model Org
  before_action only: [:edit,:update,:destroy] do
    login_required
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
we_bridge_rails_engine_orgs-0.1.16 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.15 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.14 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.13 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.12 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.11 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.10 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.9 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.8 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.7 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.6 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.5 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.4 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.3 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.2 app/controllers/orgs_controller.rb
we_bridge_rails_engine_orgs-0.1.1 app/controllers/orgs_controller.rb