9 lines
121 B
Ruby
Executable File
9 lines
121 B
Ruby
Executable File
class TutorialsController < ApplicationController
|
|
|
|
skip_before_filter :authenticated
|
|
|
|
def injection
|
|
end
|
|
|
|
end
|