Flowdock
method

load_previews

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Preview
load_previews() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/preview.rb, line 145
        def load_previews
          preview_paths.each do |preview_path|
            Dir["#{preview_path}/**/*_preview.rb"].sort.each { |file| require file }
          end
        end
Register or log in to add new notes.