Skip to content

Commit

Permalink
nodoc in the private method
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 24, 2015
1 parent 63ea79e commit c6368db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/base.rb
Expand Up @@ -474,7 +474,7 @@ def register_interceptor(interceptor)
Mail.register_interceptor(observer_class_for(interceptor))
end

def observer_class_for(value)
def observer_class_for(value) # :nodoc:
case value
when String, Symbol
value.to_s.camelize.constantize
Expand Down

0 comments on commit c6368db

Please sign in to comment.