Sha256: 020013e192948bbb38970000d6a179048763234b0fcce1049f9d1a70dcb67d86

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

module LatoCore
  class Doc::CellsInputsController < Doc::DocController

    def form; end

    def text; end

    def number; end

    def password; end

    def email; end

    def select; end

    def textarea; end

    def datetime; end

    def checkbox; end

    def editor; end

    def dropzone; end

    def dropzone_exec; end

    def geolocalization; end

    def sortableblock; end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lato_core-2.1.1 app/controllers/lato_core/doc/cells_inputs_controller.rb
lato_core-2.1 app/controllers/lato_core/doc/cells_inputs_controller.rb