method
has_init_file?
has_init_file?()
private
Hide source
# File railties/lib/rails/plugin.rb, line 147 def has_init_file? File.file?(init_path) end