I have been able to create posts and see the list view, but I'm having trouble seeing my posts. Does anybody know where they are stored to? I saw the convention listed at the create post, but it doesn't work for me?
My routes.rb
mount Monologue::Engine, at: '/blog'
So far, I have tried:
/blog/monologue/2/
http://0.0.0.0:3000/blog/monologue/2/
http://0.0.0.0:3000/blog/monologue/2014/2
When I named my own:
http://0.0.0.0:3000/blog/monologue/goat
http://0.0.0.0:3000/blog/monologue/2014/goat
Would appreciate any help!
Thanks!
Rails.application.config.assets.precompile += %w( monologue/foundation_icons/social_foundicons.eot )
Rails.application.config.assets.precompile += %w( monologue/foundation_icons/social_foundicons.woff )
Rails.application.config.assets.precompile += %w( monologue/foundation_icons/social_foundicons.ttf )