Sha256: 1a8fb1b4b1bd776f48ce6a75c3f9fd963199019bcc84126e9f208462d0a3511c
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery with: :exception def hello render html: "Rails app demo with at_your_service gem" TestStrictService.call test: true TestNonStrictService.call end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
at_your_service-1.1.0 | rails_test/rails_app/app/controllers/application_controller.rb |
at_your_service-1.0.0 | rails_test/rails_app/app/controllers/application_controller.rb |