Skip to content

Commit e28e268

Browse files
authored
Remove redundant Railtie (Shopify#535)
* Remove redundant Railtie * Remove list of supported features (now covered in jekyll docs)
1 parent 14d6bbd commit e28e268

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

lib/ruby-lsp-rails.rb

-12
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,3 @@
22
# frozen_string_literal: true
33

44
require "ruby_lsp_rails/version"
5-
require "ruby_lsp_rails/railtie"
6-
7-
module RubyLsp
8-
# # Supported features
9-
#
10-
# - [Hover](rdoc-ref:RubyLsp::Rails::Hover)
11-
# - [CodeLens](rdoc-ref:RubyLsp::Rails::CodeLens)
12-
# - [DocumentSymbol](rdoc-ref:RubyLsp::Rails::DocumentSymbol)
13-
# - [Definition](rdoc-ref:RubyLsp::Rails::Definition)
14-
module Rails
15-
end
16-
end

lib/ruby_lsp_rails/railtie.rb

-21
This file was deleted.

0 commit comments

Comments
 (0)