We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f758d6 commit b5892a3Copy full SHA for b5892a3
admin/app/controllers/solidus_admin/resources_controller.rb
@@ -155,5 +155,15 @@ def after_update_path
155
def after_destroy_path
156
solidus_admin.send("#{plural_resource_name}_path", **search_filter_params)
157
end
158
+
159
+ def blueprint
160
+ raise NotImplementedError,
161
+ "You must implement the blueprint method in #{self.class}"
162
+ end
163
164
+ def blueprint_view
165
166
+ "You must implement the blueprint_view method in #{self.class}"
167
168
169
0 commit comments