7 lines
120 B
Ruby
7 lines
120 B
Ruby
class Bubbles::DatePickersController < ApplicationController
|
|
include BubbleScoped, BucketScoped
|
|
|
|
def show
|
|
end
|
|
end
|