StandardRB
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Main
|
||||
module Views
|
||||
module Posts
|
||||
class Archive< Main::View
|
||||
class Archive < Main::View
|
||||
include Deps["repos.post_repo"]
|
||||
|
||||
expose :year do |year:|
|
||||
|
@@ -1,7 +1,7 @@
|
||||
module Main
|
||||
module Views
|
||||
module Posts
|
||||
class Index< Main::View
|
||||
class Index < Main::View
|
||||
include Deps["repos.post_repo"]
|
||||
|
||||
expose :posts do |post_query|
|
||||
|
@@ -3,7 +3,7 @@ require "time_math"
|
||||
module Main
|
||||
module Views
|
||||
module Posts
|
||||
class Show< Main::View
|
||||
class Show < Main::View
|
||||
include Deps["repos.post_repo", "repos.movie_repo"]
|
||||
|
||||
expose :post do |slug:|
|
||||
|
@@ -1,7 +1,7 @@
|
||||
module Main
|
||||
module Views
|
||||
module Posts
|
||||
class TopTracks< Main::View
|
||||
class TopTracks < Main::View
|
||||
config.layout = false
|
||||
|
||||
expose :name do |track:|
|
||||
|
Reference in New Issue
Block a user