Skip to content

Commit

Permalink
Merge pull request #313 from Jake0oo0/fix-views
Browse files Browse the repository at this point in the history
Fix view generator - #306
  • Loading branch information
jcoyne committed Oct 30, 2014
2 parents 3fc71ac + caaaeed commit 6dc8f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/mailboxer/views_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Mailboxer::ViewsGenerator < Rails::Generators::Base

desc "Copy Mailboxer views into your app"
def copy_views
directory('message_mailer', 'app/views/message_mailer')
directory('notification_mailer', 'app/views/notification_mailer')
directory('message_mailer', 'app/views/mailboxer/message_mailer')
directory('notification_mailer', 'app/views/mailboxer/notification_mailer')
end
end

0 comments on commit 6dc8f18

Please sign in to comment.