StandardRB
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
module Micropub
|
||||
class Action < Adamantium::Action
|
||||
include Deps["logger",
|
||||
"settings",
|
||||
not_found_view: "views.not_found",
|
||||
error_view: "views.error",
|
||||
sentry: "sentry.client"]
|
||||
"settings",
|
||||
not_found_view: "views.not_found",
|
||||
error_view: "views.error",
|
||||
sentry: "sentry.client"]
|
||||
|
||||
include Dry::Matcher.for(:handle, with: Dry::Matcher::ResultMatcher)
|
||||
include Dry::Monads[:result]
|
||||
|
@@ -4,7 +4,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Adamantium - Micropub</title>
|
||||
<%= favicon_tag %>
|
||||
<%= stylesheet_tag "micropub/app" %>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user