Skip to content
Snippets Groups Projects
Commit b7fea0e0 authored by Thong Kuah's avatar Thong Kuah :speech_balloon:
Browse files

Add frozen_string_literal to new files

parent f0e2a857
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
class Groups::Clusters::ApplicationsController < Groups::ApplicationController
before_action :cluster
before_action :application_class, only: [:create]
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Groups::Clusters::ApplicationsController do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment