Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 1fe333b

Browse files
committed
Move base_controller into ckeditor controllers folder
1 parent ea46a8a commit 1fe333b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.bundle
2+
db/*.sqlite3
3+
log/*.log
4+
tmp/**/*
5+
pkg

ckeditor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Gem::Specification.new do |s|
1919
"CHANGELOG",
2020
"README.rdoc",
2121
"Rakefile",
22-
"app/controllers/base_controller.rb",
2322
"app/controllers/ckeditor/attachments_controller.rb",
23+
"app/controllers/ckeditor/base_controller.rb",
2424
"app/controllers/ckeditor/pictures_controller.rb",
2525
"app/helpers/ckeditor/base_helper.rb",
2626
"app/views/ckeditor/_asset.html.erb",

0 commit comments

Comments
 (0)