Flowdock
method

load_previews

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: Preview
load_previews() protected

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 97
        def load_previews #:nodoc:
          if preview_path
            Dir["#{preview_path}/**/*_preview.rb"].each{ |file| require_dependency file }
          end
        end
Register or log in to add new notes.