alagu/pagoda

View on GitHub
lib/pagoda/views/home.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Shwedagon
  module Views
    class Home < Layout
      attr_reader :drafts
      attr_reader :published

      
    end
  end
end