Flowdock
method

mailbox_class

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Route
mailbox_class() public

No documentation

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

Hide source
# File actionmailbox/lib/action_mailbox/router/route.rb, line 31
    def mailbox_class
      "#{mailbox_name.to_s.camelize}Mailbox".constantize
    end
Register or log in to add new notes.