5 lines
75 B
Ruby
5 lines
75 B
Ruby
class StaticController < ApplicationController
|
|
def jquery_test
|
|
end
|
|
end
|