Skip to content

Commit

Permalink
no more old app
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Oct 21, 2023
1 parent 5bc2dd8 commit 9926f18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GIT
remote: https://github.com/work-design/rails_auth.git
revision: 329d7cfd760e02c490103345e9482885d3bec5c4
revision: 32be35f88fca4f385d5b33da5feac739740ca257
specs:
rails_auth (1.2.0)
bcrypt (~> 3.1)
rails_com (~> 1.2)

GIT
remote: https://github.com/work-design/rails_com.git
revision: b8854861b08d1f620597065944f406aa8dd8d384
revision: 1ca6050a4c30e53642ddcfd785055af5a8635490
specs:
rails_com (1.3.0)
acme-client
Expand All @@ -25,14 +25,14 @@ GIT

GIT
remote: https://github.com/work-design/rails_design.git
revision: 45a4749982bd3713564f997716b9d9e2d2b11b29
revision: 4f946a9d39c79a1d00554a83333ffba3dd34e4ed
specs:
rails_design (0.0.1)
rails

GIT
remote: https://github.com/work-design/rails_extend.git
revision: c0ae30365a524303d0a39be23fc31d675f2b827b
revision: 9ad17b86d6e4c9e12615c55cda98e8effd4b143a
specs:
rails_extend (1.0.1)
rails (>= 5.0)
Expand All @@ -46,7 +46,7 @@ GIT

GIT
remote: https://github.com/work-design/rails_org.git
revision: b0371c7f7e12c9f1e4eec699cc87bb00eb3322b9
revision: 53284e6a0138f33aa2651637a7e09932879f875c
specs:
rails_org (0.0.1)
rails_com (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/wechat/board/organs_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Wechat
class Board::OrgansController < Org::Board::OrgansController
class Board::OrgansController < defined?(RailsOrg) ? Org::Board::OrgansController : Board::BaseController
before_action :set_organ, only: [:show, :edit, :update, :destroy]
before_action :set_corp, only: [:new, :index]
before_action :set_new_organ, only: [:new, :create]
Expand Down
1 change: 0 additions & 1 deletion app/models/wechat/app.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module Wechat
class App < ApplicationRecord
self.table_name = 'wechat_agencies'
include Model::App
end
end
7 changes: 0 additions & 7 deletions app/models/wechat/old_app.rb

This file was deleted.

0 comments on commit 9926f18

Please sign in to comment.