lib/rails_toastify.rb in rails_toastify-0.1.0 vs lib/rails_toastify.rb in rails_toastify-0.1.1

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true require_relative "rails_toastify/version" +require_relative "rails_toastify/engine" module RailsToastify class Error < StandardError; end # Your code goes here... end