ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
150 B

  1. class SettingsController < ApplicationController
  2. def index
  3. end
  4. def show
  5. end
  6. def create
  7. end
  8. def update
  9. end
  10. def destroy
  11. end
  12. end