scope constraints: lambda { |req| ENV['hoge'] == 'fuga' } do
get 'hoge'
end
でOK
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
scope constraints: lambda { |req| ENV['hoge'] == 'fuga' } do
get 'hoge'
end
でOK
Register as a new user and use Qiita more conveniently
Go to list of users who liked