mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
6 lines
119 B
Ruby
6 lines
119 B
Ruby
class AngularTemplatesController < ApplicationController
|
|
def show
|
|
render params[:id].to_s, layout: nil
|
|
end
|
|
end
|