Skip to content

Commit

Permalink
Merge pull request #419 from vjt/master
Browse files Browse the repository at this point in the history
Exception handler in Convertible references nonexisting method .name
  • Loading branch information
mojombo committed Jan 22, 2012
2 parents 613a7a4 + f0f99ea commit 3c2519f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jekyll/post.rb
Expand Up @@ -22,6 +22,8 @@ def self.valid?(name)
attr_accessor :data, :content, :output, :ext attr_accessor :data, :content, :output, :ext
attr_accessor :date, :slug, :published, :tags, :categories attr_accessor :date, :slug, :published, :tags, :categories


attr_reader :name

# Initialize this Post instance. # Initialize this Post instance.
# +site+ is the Site # +site+ is the Site
# +base+ is the String path to the dir containing the post file # +base+ is the String path to the dir containing the post file
Expand Down

0 comments on commit 3c2519f

Please sign in to comment.