Method: Musako.posts_path

Defined in:
lib/musako.rb

.posts_pathObject



52
53
54
55
# File 'lib/musako.rb', line 52

def self.posts_path
  config = configuration
  File.join(config[:source], config[:posts])
end