Flowdock
method

create_action_mailbox_files

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: InstallGenerator
create_action_mailbox_files() 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/generators/action_mailbox/install/install_generator.rb, line 10
      def create_action_mailbox_files
        say "Copying application_mailbox.rb to app/mailboxes", :green
        template "application_mailbox.rb", "app/mailboxes/application_mailbox.rb"
      end
Register or log in to add new notes.