Skip to content

Instantly share code, notes, and snippets.

View rafael-acerqueira's full-sized avatar
🎯
Focusing

Rafael Aquino rafael-acerqueira

🎯
Focusing
View GitHub Profile
import React from 'react';
import { View } from 'react-native';
const App = () => (
<View />
);
export default App;
<%= simple_form_for @material, url: (@material.id ? material_path(@material) : materials_path) do |f| %>
<%= f.simple_fields_for :product do |p| %>
<div class='row-fluid'>
<%= p.input :only_movements_with_barcode, as: :boolean,
inline_label: true,
label: false,
wrapper_html: { class: 'span2' }
%>
<%= p.input :uniq_barcode_mode,