8 lines
127 B
Ruby
8 lines
127 B
Ruby
class BoostsController < ApplicationController
|
|
include BubbleScoped, BucketScoped
|
|
|
|
def create
|
|
@bubble.boost!
|
|
end
|
|
end
|