Sha256: 597929f7ebe17cc590f3ee1f03527142b347a6d76b5816d3c0a4672cfea42d28

Contents?: true

Size: 160 Bytes

Versions: 17

Compression:

Stored size: 160 Bytes

Contents

class Hyde
class Partial < Layout
protected
  def self.root_path(project, *a)
    project.path(:partials, *a)
  end

  def default_layout
    nil
  end
end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hydeweb-0.2.3 lib/hyde/partial.rb
hydeweb-0.2.2 lib/hyde/partial.rb
hydeweb-0.1.14 lib/hyde/partial.rb
hydeweb-0.1.13 lib/hyde/partial.rb
hydeweb-0.1.12 lib/hyde/partial.rb
hydeweb-0.1.11 lib/hyde/partial.rb
hydeweb-0.1.10 lib/hyde/partial.rb
hydeweb-0.1.9 lib/hyde/partial.rb
hydeweb-0.1.8 lib/hyde/partial.rb
hydeweb-0.1.7 lib/hyde/partial.rb
hydeweb-0.1.6 lib/hyde/partial.rb
hydeweb-0.1.5 lib/hyde/partial.rb
hydeweb-0.1.4 lib/hyde/partial.rb
hydeweb-0.1.3 lib/hyde/partial.rb
hydeweb-0.1.2 lib/hyde/partial.rb
hydeweb-0.1.1 lib/hyde/partial.rb
hydeweb-0.1.0 lib/hyde/partial.rb